Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@codecademy/gamut-styles

Package Overview
Dependencies
Maintainers
1
Versions
2242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codecademy/gamut-styles

Styleguide & Component library for codecademy.com

  • 3.3.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.7K
decreased by-32%
Maintainers
1
Weekly downloads
 
Created
Source

Gamut Styles

Base SCSS for Codecademy

Variables/

This folder houses all shared SCSS style variables. It also contains a JavaScript file with color variables.

Core/

This folder contains a base stylesheet for the app. This should be imported once in your application.

Utils/

This folder contains Sass functions (pure utilities with no stylesheet output values) and mixins (outputs CSS) to be used as needed both in Gamut and across the Codecademy app.

The utils.scss and core.scss just import the index files from their respective folders, to make the syntax to import them from elsewhere easier, e.g.:

@import "~@codecademy/gamut-styles/utils"; @import "~@codecademy/gamut-styles/core";

FAQs

Package last updated on 06 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc